| 1. | Template - id template argument deduction 模板引数推导 |
| 2. | He would have liked stronger static type checking of template arguments 他本来想要更强的模板参数的静态类型检验。 |
| 3. | Template argument to create a new document based on a template other than normal . dot 参数,可以基于normal . dot之外的其他模板创建新文档。 |
| 4. | An unspecialized class template cannot be used as a template argument in a base class list 不能将非专用化的类模板用作基类列表中的模板参数。 |
| 5. | For example , i don ' t support ideas of direct language support for template argument constraints checking 比如我不支持对模板参数约束检查提供直接语言支持的想法。 |
| 6. | In particularly , i was - and am - very suspicious of attempts to limit template arguments to inheritance hierarchies 尤其是,我过去是,现在还是,对把模板参数限制在继承层次的努力持怀疑态度。 |
| 7. | Conversely , a non type template argument is a constant within the template so that an attempt to change the value of a parameter is an error 相反的,一个非类型模板实参是模板里的常量,所以任何试图修改它的行为都是错误的。 |
| 8. | A compiler can deduce type and non - type arguments from a call , provided the function argument list uniquely identifies the set of template arguments 如果根据函数实参表能够决定一组模板实参,那么编译器就能从一个调用中演绎出类型和非类型实参。 |